projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02318db
)
search entry: Fix a copy-paste error
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 4 Mar 2019 03:55:34 +0000
(22:55 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 4 Mar 2019 03:56:02 +0000
(22:56 -0500)
gtk/gtksearchentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchentry.c
b/gtk/gtksearchentry.c
index eeeb618df5e63489dfa90a23fa981e47d29251e4..fd6dfed05fba35d32f11ccdcb6658c7099ce0840 100644
(file)
--- a/
gtk/gtksearchentry.c
+++ b/
gtk/gtksearchentry.c
@@
-258,7
+258,7
@@
gtk_search_entry_grab_focus (GtkWidget *widget)
gtk_text_grab_focus_without_selecting (GTK_TEXT (priv->entry));
}
-static
void
+static
gboolean
gtk_search_entry_mnemonic_activate (GtkWidget *widget,
gboolean group_cycling)
{